/*初始化*/
* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-size: 14px;
    font-family: Pingfang SC, Microsoft YaHei, STHeiti, Verdana, Arial, Tahoma, sans-serif;
    color: #333;
}

/*a标签去蓝底*/
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
}

.w1200 {
    width: 1200px;
    margin: auto;
}

.grey-bg {
    background: #f6f7fb;
}

.nyl_title .big {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-top: 60px;
    line-height: 60px;
}

.nyl_title .small {
    color: #999999;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}

.ylp_sbanner {
    text-align: center;
    width: 100%;
    /* height: 214px; */
    background: url('../images/5a9f90b94de6a.jpg') center;
    /* margin-top: 30px; */
}

.ylp_sbanner .zzrz {
	color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding-left: 40px;
    padding-bottom: 48px;
    padding-right: 50px;
}

.ylp_sbanner .gaoqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../images/zzrz/gaoqi.png) top left no-repeat;
}

.ylp_sbanner .shuangruan {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 85px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../images/zzrz/shuangruan.png) top left no-repeat;
}

.ylp_sbanner .keqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../images/zzrz/keqi.png) top left no-repeat;
}

.ylp_sbanner .chuangqi {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    padding-left: 60px;
    padding-bottom: 48px;
    padding-right: 50px;
    padding-top: 12px;
    background: url(../images/zzrz/chuangqi.png) top left no-repeat;
}

.ylp_sbanner .text {
    color: #fff;
    font-size: 30px;
    padding-top: 48px;
    font-weight: 700;
}

.ylp_sbanner .btn {
    transition: ease .3s;
    background: #fff;
    text-align: center;
    color: #2b97f9;
    font-size: 16px;
    width: 180px;
    /*height: 50px;*/
    /*line-height: 50px;*/
    padding: 15px 0;
    display: block;
    margin: 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    /*margin-top: 28px;*/
    border: none !important;
    border-radius: 50px;
}

.ylp_sbanner .btn:hover {
    background: #a5efd0;
}

.g_banner {
    width: 100%;
    height: 400px;
    background: #078651;
    background-position: top center;
    position: relative;
}

.banner_box {
    width: 80%;
    min-width: 1300px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    position: relative;
    margin-top: 62px;
}

.left_text {
    flex: 0.57;
    margin: 0 auto;
}

.left_text h1 {
    position: absolute;
    color: white;
    font-size: 41px;
    top: calc(50% - 128px/2);
    left: 17%;
    letter-spacing: 4px;
    font-weight: 600;
}

.left_text p {
    position: absolute;
    color: white;
    font-size: 30px;
    justify-content: flex-end;
    top: 55%;
    left: 17%;
    letter-spacing: 6px
}

.left_text span {
    font-size: 15px;
    margin-left: 5px;
    color: white;
    letter-spacing: 3px
}

.right_img {
    flex: 0.43;
    position: relative;
    top: 25%;
    left: 3%;
}

.right_img img {
    width: 330px;
    height: 300px;
}


#_licenseCheck {
    position: relative;
    display: block;
}

#imgLicense {
    display: block;
    position: absolute;
    top: -110px;
    left: calc(50% + 180px);
    width: auto;
    height: 40px;
}